window: Stop setting state flags on the style context for drawing
authorRui Matos <tiagomatos@gmail.com>
Thu, 22 Dec 2011 14:44:50 +0000 (14:44 +0000)
committerRui Matos <tiagomatos@gmail.com>
Mon, 9 Jan 2012 16:45:44 +0000 (16:45 +0000)
commit09979513b2905e29b4cb0fbcfb1b493dd7c01596
tree0befd37dbefd0637d95fc03b81b229da0e8e4cda
parent440663f3fed5aa92997204889b5b9eb6e8c7cd3c
window: Stop setting state flags on the style context for drawing

This also removes setting the FOCUSED state flag when
gtk_window_has_toplevel_focus() since this effect can now be done with the new
WINDOW_UNFOCUSED flag instead which actually works better regarding X grabs
and modal windows.
gtk/gtkwindow.c